Skip to content

Implementation compiler of imperative language IFJ17.

License

Notifications You must be signed in to change notification settings

xstupi00/IFJ2017

Repository files navigation

IFJ2017

Implementation compiler of imperative language IFJ17.

gcc -Wall -Wextra -pedantic *.c -o parse -lm gcc -D DEBUG_PARSE -Wall -Wextra -pedantic *.c -o parse -l